Skip to content

Conversation

jmkeyes
Copy link

@jmkeyes jmkeyes commented Jul 1, 2025

This PR implements support for parsing dynamic dependencies in pyproject.toml:

[project]
requires-python = ">=3.8,<4"
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools.dynamic.dependencies]
file = ["requirements.txt"]

[tool.setuptools.dynamic.optional-dependencies]
test = { file = ["requirements-test.txt"] }

This should allow this GitHub Action to be used on projects with dynamic dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant